home *** CD-ROM | disk | FTP | other *** search
/ Freelog 101 / FreelogNo101-JanvierFevrier2011.iso / Internet / eM Client / setup.msi / eMClient.cab / IceWarpServerInterfacePluginFile / 0 / RCDATA / TFRM_MLADATE / TFRM_MLADATE.txt
Text File  |  2010-10-15  |  933b  |  49 lines

  1. object frm_MLADate: Tfrm_MLADate
  2.   Left = 522
  3.   Top = 262
  4.   BorderStyle = bsDialog
  5.   Caption = 'Select date'
  6.   ClientHeight = 232
  7.   ClientWidth = 217
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object btOK: TButton
  19.     Left = 16
  20.     Top = 192
  21.     Width = 75
  22.     Height = 25
  23.     Caption = 'OK'
  24.     Default = True
  25.     ModalResult = 1
  26.     TabOrder = 0
  27.   end
  28.   object btCancel: TButton
  29.     Left = 120
  30.     Top = 192
  31.     Width = 75
  32.     Height = 25
  33.     Cancel = True
  34.     Caption = 'Cancel'
  35.     ModalResult = 2
  36.     TabOrder = 1
  37.   end
  38.   object mc: TMonthCalendar
  39.     Left = 0
  40.     Top = 0
  41.     Width = 217
  42.     Height = 177
  43.     Date = 39611.600664421300000000
  44.     FirstDayOfWeek = dowMonday
  45.     TabOrder = 2
  46.     OnDblClick = mcDblClick
  47.   end
  48. end
  49.